home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / indeo / am2set / amsetup.msg < prev    next >
Text File  |  1992-10-23  |  16KB  |  330 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                            ║
  3. ║          This file is essential to the operation of AMSETUP.EXE.           ║
  4. ║                                                                            ║
  5. ║             D O   N O T   D E L E T E   O R   M O D I F Y !                ║
  6. ║                                                                            ║
  7. ╚════════════════════════════════════════════════════════════════════════════╝
  8.  
  9.   The utility parses this file similarly to MS Windows ".INI".
  10.  
  11.   The file is considered to consist of SECTIONs. Each section is bounded by a
  12. left-justified, bracket-enclosed, case-sensitive title. Any section whose
  13. title is not known to the utility, and any text preceding the first section
  14. title (i.e., this description) are ignored. Trailing blanks should not be
  15. used. Some sections are used as "printf" format strings. Be careful to main-
  16. tain right margins of boxes when editing.
  17.  
  18.   The number of lines in various sections may need to be limited to fit on
  19. a single screen display. This is especially important when dealing with a
  20. 25-row screen. Blank lines ARE significant.
  21.  
  22.   Sections in boxes are displayed horizontally centered.
  23.  
  24.   [TITLE], [INTRODUCTION 1] and [INTRODUCTION 2] are displayed horizontally
  25. and vertically centered. If both [INTRODUCTION 1] and [INTRODUCTION 2] exist,
  26. they will be displayed together if possible, else one after the other.
  27.  
  28.                        M E S S A G E S
  29.  
  30.   The "[MESSAGES]" section contains one-line messages. Each identifier must
  31. remain as it currently exists, i.e., left-justified, with trailing blanks
  32. to the equal sign ("="). Identifiers are case sensitive. Those not known to
  33. the utility are ignored. Some have special characteristics described below.
  34.  
  35.   The entries in the list containing an asterisk (*) instead of equal sign
  36. (=) are currently unused.
  37.  
  38.   The list below enumerates the message names known to the utility, and their
  39. usage.
  40.  
  41. Program control entries
  42. -----------------------
  43.  
  44. KEY_LST    =the three letters expected to represent No, Analog, and
  45.             Digital merging ("keying"), repsectively, IN ORDER.
  46. OVERLAP    =see see text below
  47. SOFTWARELST=the three letters expected to represent
  48.             "DOS", "Windows", and "Both", respectively, IN ORDER.
  49.  
  50. Display Messages
  51. ----------------
  52.  
  53. PAUSE      =bottom of screen line
  54. PROGRAM1   =Line 1 of header on 2nd and subsequent displays
  55.  
  56. Summary Screen messages
  57. -----------------------
  58.  
  59. Line 1 of selection summary is one of these:
  60. DOS        =
  61. WINDOWS    =
  62. DOS+WINDOWS=
  63.  
  64. Line 2 of selection summary is one of these:
  65. NOT_MERGED =
  66. ANALOG_MERG=
  67. DIGITAL_MRG=  each of these must include "%3.3hX" for port #
  68.  
  69. CREATED    =Indicates AM.CFG file successfully created
  70. SET_JUMPERS=
  71. INSERT_BRD =
  72.  
  73. ADD_EXCL_1 =If a Windows config., advises ONE  line SYSTEM.INI change
  74. ADD_EXCL_2 =If a Windows config., advises multiline SYSTEM.INI change
  75.  
  76. Error messages
  77. --------------
  78.  
  79. BAD_CLOSE  =cannot close AM.CFG file
  80. BAD_DISPL_1=line 1 - BIOS cannot find display device
  81. BAD_DISPL_2=line 2 - BIOS cannot find display device
  82. BAD_KEY    =List of characters for selecting merging method
  83. BAD_OPEN   =cannot open AM.CFG file
  84. BAD_PORT   =port # is not within any of the specified ranges
  85. BAD_WRITE  =cannot write AM.CFG file
  86. HEX        =use hexadecimal digits only in port setup
  87. MOD        =Port number not mod 4
  88. READ_ONLY  =Old AM.CFG file is read only
  89. SW_LIST    =incorrect software environment character was entered
  90.  
  91. The utility name, including copyright and/or trademark notices, must be
  92. in the PROGRAM1 line.
  93.  
  94.   In software selection DOS and BOTH are interpreted as the AVSS resource
  95. (IRQ, mapping area) requirements, since they represent the worst case.
  96. Windows is considered as the AVK requirements. "New World" is a DOS program...
  97.  
  98. OVERLAP must be set to one of the strings
  99.         NONE
  100.         WINDOWS
  101.         DOS
  102.         BOTH
  103. and is used by the utility to determine how POST and VRAM areas may
  104. overlap. Originally set to NONE. NOTE: if you specify DOS, and the "BOTH"
  105. operating environment, a single 32-kB mapping window is sought, with VRAM
  106. address at the low end, and POST ROM using the upper 8 kB. For AVK this
  107. means no overlap.
  108.  
  109.                           M E N U E S
  110.  
  111.   A question in the [MENUn] sections may use more than one line if required.
  112. Each section is displayed "as is" when its question is first asked, together
  113. with the relevant "help" section. DO NOT REORDER THE QUESTIONS!
  114.  
  115.   The [MENU ROWS] section specifies which screen row is to be used for data
  116. entry. The first row of [MENU1] is considered row zero (0).
  117.  
  118.   The horizontal position is based on the length of the row specified by
  119. SW_COMPATIBILITY. The utility assumes all "query" rows have the same lengths.
  120. It allows for two blank columns before the widest response (port #), and
  121. right-justifies all responses. Thus you must provide for five (5) extra
  122. columns.
  123.  
  124. [MESSAGES]
  125.  
  126. SW_LIST    =Use only W, D, or B
  127. BAD_KEY    =Use only D, A, or N
  128. HEX        =Use only 0..9 or A..F
  129. MOD        =Last digit must be 0, 4, 8, or C
  130. BAD_PORT   =Address not listed in table
  131.  
  132. OVERLAP    =NONE
  133.  
  134. SOFTWARELST=DWB
  135. KEY_LST    =NAD
  136.  
  137. PAUSE      =Press ESC to quit, any other key to continue
  138. CAUTION    =Press C to continue, ESC to quit
  139.  
  140. PROGRAM1   =ActionMedia (R) II Delivery Board Setup Utility
  141.  
  142. BAD_DISPL_1=BIOS reports no display present
  143. BAD_DISPL_2=Try restarting your computer, then run AMSETUP.
  144.  
  145. READ_ONLY  =Old C:\AM.CFG is read-only, could not be replaced.
  146. BAD_OPEN   =Unknown problem opening C:\AM.CFG.
  147. BAD_WRITE  =Problem writing C:\AM.CFG.
  148. BAD_CLOSE  =Problem closing C:\AM.CFG.
  149.  
  150. DOS        =The configuration selected is ONLY for DOS-based DVI applications,
  151. WINDOWS    =The configuration selected is ONLY for Windows-based DVI applications,
  152. DOS+WINDOWS=The configuration selected is for BOTH DOS- and Windows-based DVI applications,
  153. NOT_MERGED =without merging.  The base I/O address is set to %3.3hX (hexadecimal).
  154.  
  155. ANALOG_MERG=using analog merging.  The base I/O address is set to %3.3hX (hexadecimal).
  156. DIGITAL_MRG=using digital merging.  The base I/O address is set to %3.3hX (hexadecimal).
  157.  
  158. CREATED    = AMSETUP completed successfully.  C:\AM.CFG created.  Now:
  159. SET_JUMPERS=   1) Set the jumpers on the ActionMedia II Delivery Board as follows:
  160. INSERT_BRD =   2) Install the board.
  161. ADD_EXCL_1 =   3) Make note of this line, and add to the [386enh] section of SYSTEM.INI:
  162. ADD_EXCL_2 =   3) Make note of these lines, and add to the [386enh] section of SYSTEM.INI:
  163.  
  164. [INTRODUCTION 1]
  165. ┌────────────────────────────────────────────────────────────────────────────┐
  166. │                                                                            │
  167. │ This utility assists in configuring your ActionMedia II Delivery Board to  │
  168. │                                                                            │
  169. │ run DVI (R) multimedia software in DOS and/or Windows (TM) environments.   │
  170. │                                                                            │
  171. │ It also creates the file C:\AM.CFG, which is used by multimedia software   │
  172. │                                                                            │
  173. │ to obtain information about your board's configuration.                    │
  174. │                                                                            │
  175. └────────────────────────────────────────────────────────────────────────────┘
  176.  
  177. ╔═══════════════════════════════════════════════════════════════════════╗
  178. ║ CAUTION: Please make sure that neither an ActionMedia (R) II Delivery ║
  179. ║          Board nor an RT Video Board is installed in your system.     ║
  180. ╚═══════════════════════════════════════════════════════════════════════╝
  181.  
  182. ┌────────────────────────────────────────────────────────────────────────────┐
  183. │ You may press ESC at any time while running this utility to quit without   │
  184. │ creating or overwriting an already existing version of C:\AM.CFG.          │
  185. └────────────────────────────────────────────────────────────────────────────┘
  186. [INTRODUCTION 2]
  187. ╔════════════════════════════════════════════════════════════════════════════╗
  188. ║            I N S T A L L A T I O N   I N S T R U C T I O N S               ║
  189. ║ 1) Answer all questions.                                                   ║
  190. ║ 2) Ground yourself and set the jumpers on your ActionMedia II Delivery     ║
  191. ║    Board to match the display.                                             ║
  192. ║ 3) Turn off power, install the board, turn power on.                       ║
  193. ║ 4) If the system does not start, or some of your devices do not operate    ║
  194. ║    properly due to conflicting addresses:                                  ║
  195. ║    *  Turn off power                                                       ║
  196. ║    *  Remove the board                                                     ║
  197. ║    *  Turn on power                                                        ║
  198. ║    *  Run AMSETUP again and choose a different I/O address                 ║
  199. ║                                                                            ║
  200. ║ CAUTION: Selecting an already used I/O address for the ActionMedia II      ║
  201. ║          board may result in improper system operation, including failure  ║
  202. ║          to start.  Repeat the above procedure, each time selecting a      ║
  203. ║          different I/O address, until you locate one that is available.    ║
  204. ╚════════════════════════════════════════════════════════════════════════════╝
  205. [BEG NO RES]
  206. ┌────────────────────────────────────────────────────────────────────────┐
  207. │ ERROR: Unable to configure the board.  C:\AM.CFG not created.          │
  208. [NO IRQ1]
  209. ├────────────────────────────────────────────────────────────────────────┤
  210. │ The software you selected requires either IRQ 10 or IRQ 11.  Other     │
  211. │ devices use both of these IRQs.                                        │
  212. [INSIDE WINDOWS]
  213. ├────────────────────────────────────────────────────────────────────────┤
  214. │ Windows (TM) is currently running on your system.  Please EXIT from    │
  215. │ Windows, and run this utility directly from DOS.                       │
  216. └────────────────────────────────────────────────────────────────────────┘
  217. [AMII INSTALLED]
  218. ├────────────────────────────────────────────────────────────────────────┤
  219. │ An ActionMedia or RT Video board is already installed.  Please remove  │
  220. │ it from the system, reboot your system and run this utility again.     │
  221. └────────────────────────────────────────────────────────────────────────┘
  222. [OS/2 INSTALLED]
  223. ├────────────────────────────────────────────────────────────────────────┤
  224. │ OS/2 (TM) is currently running on your system.  Please reboot your     │
  225. │ system directly to DOS, and run this utility again.                    │
  226. └────────────────────────────────────────────────────────────────────────┘
  227. [OLD DOS FOUND]
  228. ├────────────────────────────────────────────────────────────────────────┤
  229. │ This utility requires DOS version 5.0 or later.  Please upgrade your   │
  230. │ operating system, and run this utility again.                          │
  231. └────────────────────────────────────────────────────────────────────────┘
  232. [NO IRQ2]
  233. ├────────────────────────────────────────────────────────────────────────┤
  234. │ The software you selected requires two IRQs from IRQ 9, 10 and 11.     │
  235. │ Other devices use too many of these IRQs.                              │
  236. [NO MEMORY]
  237. ├────────────────────────────────────────────────────────────────────────┤
  238. │ The software you selected requires %2d KB of free upper memory.  Other  │
  239. │ devices/software use too much address space.  Common reasons are:      │
  240. │    * EMS page frame location                                           │
  241. │    * use of upper memory blocks by TSRs and/or device drivers          │
  242. │    * already installed ActionMedia II Delivery Board                   │
  243. [END NO RES]
  244. ├────────────────────────────────────────────────────────────────────────┤
  245. │ Please modify your system configuration to eliminate conflicts, then   │
  246. │ reboot your system and run this utility again.                         │
  247. └────────────────────────────────────────────────────────────────────────┘
  248. [PORT HELP]
  249. ╔════════════════════════════════════════════════════════════════════════╗
  250. ║  Select the board's base I/O address from one of the address ranges    ║
  251. ║  below.  The address selected must be a multiple of 4 (the last digit  ║
  252. ║  entered must be either 0, 4, 8 or C).                                 ║
  253. ║           ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐            ║
  254. ║           │From │ 100 │ 210 │ 280 │ 2E0 │ 300 │ 380 │ 3E0 │            ║
  255. ║           │To   │ 1EC │ 26C │ 2AC │ 2EC │ 36C │ 3AC │ 3EC │            ║
  256. ║           └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘            ║
  257. ╚════════════════════════════════════════════════════════════════════════╝
  258. [EDITING]
  259.  
  260. You may modify the file AM.CFG with a text editor.
  261.  
  262. The entries marked J correspond to jumper settings.
  263. The entries marked S are used by software packages.
  264.  
  265.   J    Io Port=0x2E4
  266.   J    POST Memory Start Addr=0xDE000
  267.   S    Device Memory Start Addr=0xD8000
  268.   S    Device Memory Page Size=0x800
  269.   S    Aud IRQ=10
  270.   S    Vid IRQ=10
  271.   S    SCSI IRQ=10
  272.   J    DVI External Connector=1
  273.  
  274. [MENU1]
  275. Enter [W]indows, [D]OS, or [B]oth to specify the environment(s)
  276. in which your DVI multimedia software will run.      [default   W]:
  277. [MENU2]
  278.  
  279. Enter how you merge (key) VGA and DVI displays:
  280.    [D]igital merging (using Video Feature Connector Cable)
  281.    [A]nalog  merging (using RGB Overlay Cable)
  282.    [N]o      merging (requires two monitors)         [default   D]:
  283. [MENU3]
  284.  
  285. Enter the board's base I/O address, in hexadecimal   [default 2E4]:
  286. [MENU ROWS]
  287. SW_COMPATIBILITY       1
  288. KEYING                 6
  289. PORT                   8
  290. [SOFTWARE HELP]
  291. ╔════════════════════════════════════════════════════════════════════════╗
  292. ║ Enter W to configure your system ONLY for Windows-based DVI multimedia ║
  293. ║         software products (16 KB upper memory must be available).      ║
  294. ║ Enter D to configure your system ONLY for DOS-based DVI multimedia     ║
  295. ║         software products (40 KB upper memory must be available).      ║
  296. ║ Enter B to configure your system for BOTH DOS- and Windows-based DVI   ║
  297. ║         multimedia software products (40 KB must be available).        ║
  298. ║                                                                        ║
  299. ║ NOTE:   For better resource utilization, select W if you plan to use   ║
  300. ║         only Windows-based software.                                   ║
  301. ╚════════════════════════════════════════════════════════════════════════╝
  302. [TITLE]
  303. ╔════════════════════════════════════════════════╗
  304. ║                                                ║
  305. ║                                                ║
  306. ║                     AMSETUP                    ║
  307. ║                     ───────                    ║
  308. ║                                                ║
  309. ║                                                ║
  310. ║        ActionMedia (R) II Delivery Board       ║
  311. ║                                                ║
  312. ║   Setup Utility For ISA Compatible Computers   ║
  313. ║                                                ║
  314. ║                   Release 2.0                  ║
  315. ║                                                ║
  316. ║        Copyright Intel Corporation 1992        ║
  317. ║               All Rights Reserved              ║
  318. ║                                                ║
  319. ╚════════════════════════════════════════════════╝
  320.  
  321. ┌──────────────────────────────────────────────────────────────────────┐
  322. │ ActionMedia and DVI are registered trademarks of Intel Corporation.  │
  323. │           Windows is a trademark of Microsoft Corporation.           │
  324. └──────────────────────────────────────────────────────────────────────┘
  325. [SUMMARY]
  326. ╔══════════════════════╗
  327. ║  SELECTION  SUMMARY  ║
  328. ╚══════════════════════╝
  329. [THE END]
  330.